home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / word / petpe302.zip / PED.ZIP / KEY.TXT < prev    next >
Text File  |  1993-02-10  |  6KB  |  352 lines

  1. ;   In order to be effective, changes to this file must be acted upon
  2. ;   by PK.EXE.
  3. ;
  4. ;   PK.EXE should be executed in the pE directory (where pe.exe is)
  5. ;
  6. ;   If you're in to wordstar commands - take a look at ws.txt.
  7. ;   If you like it, rename ws.txt to key.txt and execute pk.exe
  8. ;   Please note that any command in this file can be placed in ws.txt
  9. ;   as well;
  10. ;
  11. ;   data following semi-colons are treated as commentary
  12. ;
  13. ;   key names are defined as follows
  14. ;
  15. ;    f1 - means function key F1
  16. ;      ^f1 - means control key and F1 depressed
  17. ;      f1 - means shift key and F1 depressed
  18. ;      Alt-f1 - means alt key and F1
  19. ;         etc, etc, etc.
  20. ;
  21. ;   two (or more) keys can be used for a single command as
  22. ;   long as the keys in the sequence are joined with an
  23. ;   underscore character, like this: ^a_c
  24. ;
  25. ;   note, however, that the first key in a two key sequence cannot
  26. ;      then be used as a single key.  So, in the above sequence,
  27. ;      ^a (alone) could not be assigned a function.    It would have
  28. ;      no effect.
  29. ;
  30. ;   one or more spaces follow each field
  31. ;
  32. ;   The ordering of keys in this file is arbitrary, put it in whatever
  33. ;   order you feel is logical.
  34. ;
  35. ;   While a function may have more than one key assigned, one key
  36. ;   cannot be used for more than one function.
  37. ;
  38. ;   Note that key names go in field one, functions in field two.
  39. ;
  40. ; 1     2
  41.  
  42. ^^_^a    ^a    ;these assignments allow the keyin
  43. ^^_^b    ^b    ;of any literal control character by
  44. ^^_^c    ^c    ;first typing ^ (control circumflex)
  45. ^^_^d    ^d    ;followed by the control character you
  46. ^^_^e    ^e    ;want.
  47. ^^_^f    ^f
  48. ^^_^g    ^g
  49. ^^_^h    ^h
  50. ^^_^i    ^i
  51. ^^_^j    ^j
  52. ^^_^k    ^k
  53. ^^_^l    ^l
  54. ^^_^m    ^m
  55. ^^_^n    ^n
  56. ^^_^o    ^o
  57. ^^_^p    ^p
  58. ^^_^q    ^q
  59. ^^_^r    ^r
  60. ^^_^s    ^s
  61. ^^_^t    ^t
  62. ^^_^u    ^u
  63. ^^_^v    ^v
  64. ^^_^w    ^w
  65. ^^_^x    ^x
  66. ^^_^y    ^y
  67. ^^_^z    ^z
  68. ^^_^[    ^[
  69. ^^_^\    ^\
  70. ^^_^]    ^]
  71. ^^_^^    ^^
  72. ^^_^_    ^_
  73.  
  74.  
  75. `    LastAscii   ;this character will produce the last character the
  76.             ;ascii window was set to - if ascii window is never
  77.             ;called it will be itself.
  78.  
  79. ;
  80. ; f1 - f10
  81. ;
  82.  
  83.  
  84. f1    ExecuteCommand           ; <- this provides a menu of all commands and
  85. f2    NextWindow           ;    their keystroke assignment
  86. f3    InsertDelLine
  87. f4    DeleteLine
  88. f5    FindForward
  89. f6    FindBackward
  90. f7    FloatBlock
  91. f8    PrevMark
  92. f9    GoTo
  93. f10    MatchBrace
  94.  
  95. ; extended keyboard only
  96.  
  97. f11    OpenDosWindow
  98. f12    StackWindows
  99.  
  100. ; shift f1 - f10
  101.  
  102. f1    Menu            ;another way to get to menu
  103. f2
  104. f3
  105. f4
  106. f5
  107. f6
  108. f7
  109. f8
  110. f9    ToggleDecHex
  111. f10
  112.  
  113. ; extended keyboard only
  114.  
  115. f11    ToggleBorders
  116. f12    SetParagraphStyle
  117.  
  118. ; control f1 - f10
  119.  
  120. ^f1    RecordMacro
  121. ^f2    SaveOptions
  122. ^f3    InsertDelSeg
  123. ^f4    DeleteToEol
  124. ^f5    ToggleCase
  125. ^f6    ToggleWordprocess
  126. ^f7    SetTabs
  127. ^f8    SetMarks
  128. ^f9    SizeWindow
  129. ^f10    MoveWindow
  130.  
  131. ; extended keyboard only
  132.  
  133. ^f11    SetLineLength
  134. ^f12    Minimize
  135.  
  136. ; alt f1 - f10
  137.  
  138. Alt-f1       AsciiChart
  139. Alt-f2
  140. Alt-f3
  141. Alt-f4
  142. Alt-f5       RegularExp
  143. Alt-f6       ToggleAutoTab
  144. Alt-f7
  145. Alt-f8
  146. Alt-f9
  147. Alt-f10    StartUp
  148.  
  149. ; extended keyboard only
  150.  
  151. Alt-f11    ShowMacros
  152. Alt-f12    Maximize
  153.  
  154. ; alt a-z
  155.  
  156. Alt-a       AlignParagraph
  157. Alt-b       BlockMarkColumn
  158. Alt-c       CascadeWin
  159. Alt-d       DosCommand
  160. ;Alt-e        Menu
  161. Alt-e       EditFile
  162. ;Alt-f        Menu
  163. Alt-f       DefineFind
  164. Alt-g       ToggleGraphics
  165. ;Alt-h       Menu
  166. Alt-h       ToggleHex
  167. Alt-i       EditIncludeFile
  168. Alt-j       JumpList
  169. Alt-k       KloseWindow
  170. Alt-l       BlockMarkLines
  171. Alt-m       MergeFile
  172. Alt-n       NewFile
  173. ;Alt-o        Menu
  174. Alt-o       OpenFile
  175. Alt-p       PrintLines
  176. Alt-q       QuickExit&Save
  177. Alt-r       DefineReplace
  178. Alt-s       SaveFileAs
  179. Alt-t       TileWindows
  180. Alt-u       UnmarkBlock
  181. Alt-v       ViewOnly
  182. ;Alt-w        Menu
  183. Alt-w       OpenWindow
  184. Alt-x       Exit
  185. Alt-y       DefineTag
  186. Alt-z       ZoomWindows
  187.  
  188. ; alt 1 - 0
  189.  
  190. Alt-1       SingleLineBox
  191. Alt-2       DoubleLineBox
  192. Alt-3       TwoDownBox
  193. Alt-4       TwoAcrossBox
  194. Alt-5       ThickLineBox
  195. Alt-6       ASCIIOneBox
  196. Alt-7       ASCIITwoBox
  197. Alt-8       ASCIIThreeBox
  198. Alt-9       ASCIIFourBox
  199. Alt-0       UndoBlock
  200.  
  201. Alt--       ManifestFilename
  202. Alt-=       ManifestCalcValue
  203.  
  204. ; numeric keypad
  205.  
  206. home    Home
  207. end    End
  208. ^home    PageTop
  209. ^end    PageBottom
  210.  
  211. ins    Ins
  212. del    Del
  213.  
  214. up    Up
  215. right    Right
  216. down    Down
  217. left    Left
  218.  
  219. ^i    TabRight
  220. tab    TabLeft
  221.  
  222. grey-    Cut
  223. grey+    Paste
  224.  
  225. grey*    CopyToScrap
  226.  
  227. pgup    PgUp
  228. pgdn    PgDn
  229. ^pgup    FileTop
  230. ^pgdn    FileBottom
  231.  
  232.  
  233. ^right    WordRight
  234. ^left    WordLeft
  235.  
  236. ; control key combinations
  237.  
  238. ^a_c    Center
  239. ^a_l    LeftFlush
  240. ^a_r    RightFlush
  241.  
  242. ^c    Calculator
  243. ^d_d    DateEntry
  244. ^d_t    TimeEntry
  245.  
  246. ^del    UndeleteBlock
  247.  
  248. ;^e     EditFile
  249. ^e    RightEdge
  250.  
  251. ;^f     DefineFind
  252.  
  253. ^h    BackSpace
  254.  
  255. ^k_k    BlockMarkStream      ;also control right mouse
  256.  
  257. ^k_f    FillBlock
  258.  
  259. ^k_d    SingleSpace
  260. ^k_l    LowerCase
  261. ^k_m    MoveBlock
  262. ^k_n    DoubleSpace
  263. ^k_s    SaveFile
  264. ^k_t    MarkWord
  265. ^k_u    UpperCase
  266. ^k_w    WriteBlock
  267. ^k_x    RestoreLine
  268.  
  269. ^m    Enter
  270.  
  271. ^n    InsertLine
  272.  
  273. ;^o     OpenFile
  274.  
  275. ^q_b    InsertDelBlock
  276. ^q_j    JoinLine
  277. ^q_l    LeaveEditorNow
  278. ^q_n    WordCount
  279. ^q_t    InsertDelWord
  280. ^q_u    DupLine
  281. ^q_w    ParagraphUp
  282. ^q_y    DeleteToEol
  283. ^q_z    ParagraphDown
  284.  
  285. ^r    RepeatChar
  286.  
  287. ^s    SortBlock
  288.  
  289. ^t    DeleteWord
  290. ^bs    DeletePrevWord
  291.  
  292. ^y    DeleteLine
  293. ^u    InsertDelLine
  294.  
  295. ^v_h    HorizontalRuler
  296. ^v_v    VerticalRuler
  297. ^v_u    ToggleUnixLines
  298. ^v_x    ToggleLines
  299. ^v_t    CursorToTop
  300. ^v_c    CursorToCtr
  301. ^v_b    CursorToBot
  302. ^v_a    ASCIIChart
  303.  
  304. ;^w     OpenWindow
  305. ^w    LeftEdge
  306.  
  307. ^[    CancelOp
  308.  
  309. ^\    ToggleMacro
  310. ^_    ClearMacro
  311.  
  312. ; extended keyboard extra keys
  313.  
  314. Alt-enter  OpenLine
  315.  
  316. ^up    CursorToTop
  317. ^5    CursorToCtr
  318. ^down    CursorToBot
  319. ^-
  320. ^+
  321. ^*    AppendToScrap
  322. ^ins
  323. ^/
  324.  
  325. Alt-home
  326. Alt-end
  327.  
  328. Alt-UP       ScrollUp
  329. Alt-DOWN   ScrollDown
  330. Alt-LEFT   ScrollLeft
  331. Alt-RIGHT  ScrollRight
  332.  
  333. Alt-pgup
  334. Alt-pgdn
  335. Alt-ins
  336. Alt-del
  337. Alt-/       Delay
  338. Alt-tab
  339.  
  340. ;
  341. ; commands below are not assigned to any keys
  342. ;
  343.  
  344. SetColors
  345. SetInsRpl
  346. DisplayOwner
  347. SetBackup
  348. SetCursor
  349. ToggleMenu
  350. ;LeftEdge
  351. ;RightEdge
  352.